home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
umich
/
telecomm
/
fnordadl
/
fn132src.zoo
/
cith
/
dateread.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1991-09-02
|
335 b
|
15 lines
/*
* dateread.h: defines for reading from dates.
*
* 91Jan08 AA Hacked to use time_t's, also to allow BEFORE *and* AFTER
*/
#ifndef _DATEREAD_H
#define _DATEREAD_H
#define dEVERY 0x00 /* read every message */
#define dBEFORE 0x01 /* read messages before a date */
#define dAFTER 0x02 /* read messages after a date */
#endif